home *** CD-ROM | disk | FTP | other *** search
- Path: news.une.edu.au!usenet
- From: Jon Snow <jwilkie@turing.une.edu.au>
- Newsgroups: comp.lang.c++
- Subject: Re: converting strings to ints??
- Date: 11 Feb 1996 23:06:29 GMT
- Organization: University of New England
- Message-ID: <4flspl$2i3@grivel.une.edu.au>
- References: <4fk223$s6k@newsbf02.news.aol.com>
- NNTP-Posting-Host: turing.une.edu.au
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; OSF1 V2.0 alpha)
- X-URL: news:4fk223$s6k@newsbf02.news.aol.com
-
- possum4456@aol.com (Possum4456) wrote:
- >Is there a function, I heard it was in stdio.h, that converts a string of
- >numbers to integers so they can be added or whatever?:-)
-
- Off the top of my head atoi,atof,atol etc. I think also there might be some
- of these functions starting with 'str'.
-
- Regards Jon
-
-